func math/big.low64

6 uses

	math/big (current package)
		int.go#L409: func low64(x nat) uint64 {
		int.go#L423: 	v := int64(low64(x.abs))
		int.go#L433: 	return low64(x.abs)
		int.go#L439: 		w := int64(low64(x.abs))
		int.go#L460: 		f := float64(low64(x.abs))
		rat.go#L223: 	mantissa := low64(q)